class AC0
AC0,
alternating circuit,
unbounded fan-in constant-depth circuits,
AC⁰,
AC0-circuits,
AC⁰-circuits
#complexity_theory
#complexity_theory
Definition
AC⁰ is a subclass of ACⁱ, corresponding to constant-depth (), unbounded-fanin of AND and OR gates (NOT gates allowed at inputs), polynomial-size circuits
in other words,
Let , then say if there exists a family of boolean circuits such that
- depth of every is bounded by a fixed constant
- let , then ( if and only if ); in particular has input gates
- is dlogtime-uniform, i.e. there is a deterministic logtime Turing machine which on input outputs circuit ; more precisely recognizes language
(fanin meaning number of inputs to a logic gate)
Hierarchy of languages (based on number of layers)
can divide further into hierarchy of languages based on number of layers
See also
References
- https://complexityzoo.net/Complexity_Zoo:A
- Y. Chen and J. Flum, “Some lower bounds in parameterized AC0,” Information and Computation, vol. 267, pp. 116–134, Aug. 2019, doi: 10.1016/j.ic.2019.03.008.
- https://en.wikipedia.org/wiki/AC0